IGroup.AddAxis method

Adds an axis to a group. This command can't be buffered. It can only be used in the GroupDisabled state.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
void AddAxis(
       IAxis axis,
       int indexInGroup
)
Sub AddAxis(
       axis As IAxis,
       indexInGroup As Integer
)

Parameters

axis

Type: IAxis

The axis to be added to the group. Each group can contain up to 64 axes.

 

indexInGroup

Type: int

The index of an axis in the group.

Remarks

See also

IGroup Interface

IntervalZero.KINGSTAR.Base.Class Namespace